home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / nekodemo / rtrv / shared.dir / 00360_PHOTO+0FrameScore.ls < prev    next >
Encoding:
Text File  |  1995-05-10  |  346 b   |  13 lines

  1. on enterFrame
  2.   global gtpoem, gppoem, gtbio, gpbio, gcurrentnumber, gblenddraw, gphotonumber, gphoto, greq
  3.   set gphoto to 0
  4.   set gphotonumber to 0
  5.   if getphoto("C") = 1 then
  6.     nothing()
  7.   else
  8.     set the cursor of sprite 36 to [402, 404]
  9.   end if
  10.   set the cursor of sprite 15 to [409, 410]
  11.   set the cursor of sprite 16 to [409, 410]
  12. end
  13.